-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CfgValSet
and RxmRawx
packets.
#23
Conversation
d520cbb
to
1bb615f
Compare
5e7991c
to
66e6bfd
Compare
Hey! Sorry for the delay. This is a good PR, I just haven't had enough time to sit down and look through it. I'm not going to be able to look at it for the next couple weeks, so I appreciate your patience in the meantime. Don't worry, it is on my list. :-) |
@lkolbly, ping on this. Hopefully you have some time to review this now. If not, maybe consider adding another maintainer since there are also a bunch of other open PRs? |
ublox/src/ubx_packets/packets.rs
Outdated
#[ubx_packet_recv] | ||
#[ubx(class = 0x0d, id = 0x01, fixed_payload_len = 16)] | ||
struct TimTp { | ||
/// Time pulse time of week according to time base |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you run cargo fmt
on this? (I suspect the indentation will change)
Hey! Sorry, yes. I am still alive. Obviously, a couple weeks turned into a couple months (as they always do...). I left some comments. Let me know if you get time to look at them, if not it's perfectly fine I can merge this as-is and handle it on my end. |
@lkolbly, I flipped the |
8c17471
to
a52005a
Compare
CFG_VAL_SET
command and some of the values that can be set using it.RXM_RAWX
packet.